home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14676 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  521 b 

  1. Path: who.ods.com!kevin
  2. From: kevin@who.ods.com (Kevin Alexander)
  3. Newsgroups: comp.lang.c++
  4. Subject: Zeroing out a css
  5. Date: 1 Apr 1996 16:14:43 GMT
  6. Organization: Optical Data Systems, Inc.
  7. Message-ID: <4jovdj$3mb@istwok.ods.com>
  8. NNTP-Posting-Host: who.ods.com
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. I am curious what the implications of the following code snipet would be...?
  12. I have never seen it used before which makes me curious...
  13.  
  14. x::x()
  15. {
  16.    memset(this, 0x0, sizeof(x));
  17. }
  18.  
  19.  
  20. thanks in advance.
  21.  
  22. kevin/kevin@ods.com
  23.